home *** CD-ROM | disk | FTP | other *** search
- tell application "Finder"
- set x to 400
- set y to 300
- repeat 30 times
- select folder "untitled folder"
- duplicate selection to desktop
- set target to {x, y}
- set position of selection to target
- set x to x + 2
- set y to y + 2
- end repeat
- end tell
-